EMT Practice Test

1. Question Content...


Question List

Question1: What is the difference between a Click activity whose SimulateClick property is checked and another one with the same property unchecked?
Options are :

Question2: The String.Format("Input = {0} and Output = {1}", "1","2") expression returns the following text:
Options are :

Question3: If a large item collection is processed using For Each, which activity enables you to efficiently exit the loop after a specific moment?
Options are :

Question4: In which workflow in the UiPath Robotic Enterprise Framework template is the TransactionNumber global variable incremented by default?
Options are :

Question5: Which of the following are considered best practices?
Options are :

Question6: What kind of workflow should you create to define business rules?
Options are :

Question7: Which emails are deleted if you use Get IMAP Mail Messages with the DeleteMessages property set to true?
Options are :

Question8: Is it possible to retrieve the color of a specific Excel cell?
Options are :

Question9: Which activity provides the easiest way to loop through all the rows in a DataTable?
Options are :

Question10: The return value of the Get Transaction Item Activity is of the following type:
Options are :

Question11: What is the slowest method of reading text?
Options are :

Question12: Where should you store the environment settings that are prone to changes?
Options are :

Question13: In the UiPath Robotic Enterprise Framework template, if a System Error is encountered in the Process Transaction state of the Main workflow, which state is executed next?
Options are :

Question14: It is possible to write to a text file without using the Write Text File activity?
Options are :

Question15: What type of assets can be stored in Orchestrator?
Options are :

Question16: Where can we see the logs generated by running robots?
Options are :

Question17: What happens if the result of a transaction is not set?
Options are :

Question18: Is it possible to reprocess a transaction in a Queue after its failure due to an application exception?
Options are :

Question19: Which is the best way to delete unreferenced variables?
Options are :

Question20: What is the purpose of the WaitForReady property in any UiAutomation activity?
Options are :

Question21: Which statements are true regarding the Write Line and the Log Message activities?
Options are :

Question22: When is it recommended to use Desktop recording?
Options are :

Question23: Which is considered to be one of the best practices regarding the process ?nalization?
Options are :

Question24: How can you pass data between workflows?
Options are :

Question25: In this exercise, you will create a UiPath automation that performs the steps below.
To achieve this, you will use the REFrameWork as the starting template and follow the UiPath development best practices.
Here are the steps performed by the Robot:
1. Log in to https://www.acme-test.com.
2. On the landing page, Dashboard, click on the Work items menu item. Scrape the data in all the pages of the table, page by page, ensuring error handling and recovery.
3. For each page:
- Filter the records where Status is 'Open';
- Filter the records where Description is 'Calculate Client Security Hash';
- Filter the records where WIID is less than 600000;
- Append the resulting datatable into an Excel worksheet, you shouldn't worry about the headers and format of the output file.
Constraints to follow in the development, using the REFrameWork:
1. TransactionItem datatype should be a String. The process should recover and retry in case of errors in navigation between WorkItems page. One transaction is the action of scraping one web page.By navigating to the next page, the next transaction will execute. (Same as ACME Process 4 Dispatcher from the UiPath Academy).
2. Create a separate workflow file for the Login to ACME. File input arguments: URL ; Username ; Password .
3. Create a separate workflow file for closing ACME.
3. Add the ACME_URL and ACME_Credential to the Config file.
4. Populate InitAllApplications.xaml from the Framework folder with Invoking the Login to ACME and navigation to the Work Items.
5. Populate CloseAllApplications.xaml from the Framework folder with Invoking the Close ACME.
6. Populate KillAllProcesses.xaml from the Framework folder with killing the process used.
7. Populate the Process.xaml file with the following actions: Web scraping, Filtering and Appending to Excel.
Important Note: Don't use external file references outside of the project folder (including Orchestrator Assets).
Place all the used files within the project folder, zip that folder and upload it to the UiPath Certification Platform.
Zip ALL the used workflow files AND the output Excel file. Then upload the .zip file to the UiPath Certification Platform.
ALL THE BEST!

Question26: In the UiPath Robotic Enterprise Framework template, in the Get Transaction Data state of the Main workflow, what happens before the next transaction item is retrieved?
Options are :

Question27: In this exercise, you will create a UiPath automation that performs the steps below.
To achieve this, you will use the REFrameWork as the starting template and follow the UiPath development best practices.
Here are the steps performed by the Robot:
1. Log in to https://www.acme-test.com.
2. On the landing page, Dashboard, click on the Work items menu item. Scrape the data in all the pages of the table, page by page, ensuring error handling and recovery.
3. For each page: - Filter the records where Status is 'Open';
- Filter the records where Type is 'WI1';
- Filter the records where WIID is greater than 200000;
- Append the resulting datatable into an Excel worksheet, you shouldn't worry about the headers and format of the output file.
Constraints to follow in the development, using the REFrameWork:
1.TransactionItem datatype should be a String. The process should recover and retry in case of errors in navigation between WorkItems page. One transaction is the action of scraping one web page.By navigating to the next page, the next transaction will execute. (Same as ACME Process 4 Dispatcher from the UiPath Academy).
2. Create a separate workflow file for the Login to ACME. File input arguments: URL ; Username ; Password .
3. Create a separate workflow file for closing ACME
4. Add the ACME_URL and ACME_Credential to the Config file.
5. Populate InitAllApplications.xaml from the Framework folder with Invoking the Login to ACME and navigation to the Work Items.
6. Populate CloseAllApplications.xaml from the Framework folder with Invoking the Close ACME.
7. Populate KillAllProcesses.xaml from the Framework folder with killing the process used.
8. Populate the Process.xaml file with the following actions: Web scraping, Filtering and Appending to Excel.
Important Note: Don't use external file references outside of the project folder (including Orchestrator Assets). Place all the used files within the project folder, zip that folder and upload it to the UiPath Certification Platform.
Zip ALL the used workflow files AND the output Excel file. Then upload the .zip file to the UiPath Certification Platform.
Good luck!
ALL THE BEST!

Question28: Consider three GenericValue variables, var1 with the default value of "3 apples", var2 with the default value of "5 mangos", and the result, which is the output of an Assign Activity with the var1 + var2 expression. What is the value of the resulting variable Options are :

Question29: Which of the following types of variables can be defined in UiPath Studio?
Options are :

Question30: When should the "Add Log Fields" activity be used?
Options are :

Question31: How should exceptions be handled? Select all the options that apply.
Options are :

Question32: What type of Output variable do all Get Mail activities return? (POP3, IMAP, Outlook, Exchange) Options are :

Question33: What activity can you use to get a column value from a specific row of a DataTable?
Options are :

Question34: In the UiPath Robotic Enterprise Framework template, in the Main workflow, the State Machine includes the following states:
Options are :

Question35: What is the safest way to close an application?
Options are :

Question36: Uipath Certification Question Set 6
In the UiPath Robotic Enterprise Framework template, where can the GetAppCredentials workflow retrive credentials from?
Options are :

Question37: Downloading a report from a web application takes a variable amount of time, but a pop-up window is shown when the download is finished. What should you do to check whether the file has been fully downloaded before continuing the process?
Options are :

Question38: How can you find all anchor elements in a web page?
Options are :

Question39: What is the slowest method of reading text?
Options are :

Question40: Which of the following SQL statements can be executed by using the activity called Execute Non Query?
Options are :

Question41: What is the difference between a Click activity whose SimulateClick property is checked and another one with the same property unchecked?
Options are :

Question42: When requesting a work item from Orchestrator Queues using the Get Transaction Item activity, you need to specify the following:
Options are :

Question43: What type of container will Web Recording generate?
Options are :

Question44: What robot state is display on the Robots page while a job is being executed?
Options are :

Question45: In the UiPath Robotic Enterprise Framework template, in the Main workflow, what is the default type of the TransactionItem variable?
Options are :

Question46: Which of the following are required to have efficient execution of automation projects?
Options are :

Question47: Which is the best way to navigate to a specific page in a web browser?
Options are :

Question48: Which of these are workflow types available in UiPath Studio;
Options are :

Question49: When should the Simulate Type/Click property be used?
Options are :

Question50: You need to collect employees data and send it by email as an Excel file. What type of workflow is the most suitable for the final part, which adds the file attachment, formats the email, and sends it?
Options are :

Question51: How does the Anchor Base activity work?
Options are :